From 0a6f0f54a2c4d70360d15595989cfdb114420087 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 8 Apr 2004 18:11:36 +0000 Subject: [PATCH] Oops. Scraggling debug code. --- gpsbabel/mapsource.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gpsbabel/mapsource.c b/gpsbabel/mapsource.c index c0270b82c..1f8c05c14 100644 --- a/gpsbabel/mapsource.c +++ b/gpsbabel/mapsource.c @@ -607,7 +607,6 @@ mps_waypoint_w(FILE *mps_file, int mps_ver, const waypoint *wpt, const int isRou /* might need to change this to handle version dependent icon handling */ icon = mps_find_icon_number_from_desc(wpt->icon_descr, MAPSOURCE); - fprintf(stderr, "%s ", wpt->icon_descr); if (get_cache_icon(wpt) /* && wpt->icon_descr && (strcmp(wpt->icon_descr, "Geocache Found") != 0)*/) { icon = mps_find_icon_number_from_desc(get_cache_icon(wpt), MAPSOURCE); } -- 2.30.2